home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Games / Game Sample Code / ZAM 1.0a13 / GameHeaders / Document.h next >
Encoding:
C/C++ Source or Header  |  1993-09-16  |  424 b   |  11 lines  |  [TEXT/KAHL]

  1. #pragma once
  2. void UpdateDocument(WindowPtr graf, gamePtr data);
  3. void OpenDocument(WindowPtr    wp, gamePtr    data);
  4. void CloseDocument(WindowPtr wp, gamePtr    data);
  5. void SaveDocument(WindowPtr    wp, gamePtr    data);
  6. void ClickDocument(WindowPtr wp, gamePtr    data);
  7. void KeyDocument(WindowPtr wp, gamePtr    data);
  8. void AdjustMenuDocument(WindowPtr wp, gamePtr    data);
  9. void IdleDocument(WindowPtr wp, gamePtr data);
  10. void NewDocument(void);
  11.